home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / linenum.awk < prev    next >
Encoding:
Text File  |  1992-10-21  |  64 b   |  6 lines

  1. {lnum++;}
  2.  
  3. $0 ~ /[{}]/ {
  4.     printf("%6d: %s\n", lnum, $0);
  5. }
  6.